x86: Add basic cache operations
authorStefan Reinauer <[email protected]>
Sun, 2 Dec 2012 04:49:50 +0000 (04:49 +0000)
committerSimon Glass <[email protected]>
Thu, 6 Dec 2012 22:30:39 +0000 (14:30 -0800)
commit095593c0301399ae834050e2008862451a72b8b0
tree6ebf30f48a3ec3db8111ecfb815044db5bcfa4a4
parent9a7da182fa936d28658daadef83e0b8f7104487b
x86: Add basic cache operations

Add functions to enable/disable the data cache.

Signed-off-by: Stefan Reinauer <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
arch/x86/cpu/cpu.c
arch/x86/cpu/interrupts.c
arch/x86/include/asm/cache.h
arch/x86/include/asm/control_regs.h [new file with mode: 0644]